LineStyle Enumeration
Represents the style of a footnote separator line.
Namespace: Independentsoft.Office.Odf.StylesAssembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
Public Enumeration LineStyle
| Solid | 0 |
The footnote separator components referenced by the values solid.
|
| Dotted | 1 |
The footnote separator components referenced by the values dotted.
|
| Dash | 2 |
The footnote separator components referenced by the values dash.
|
| LongDash | 3 |
The footnote separator components referenced by the values long dash.
|
| DotDash | 4 |
The footnote separator components referenced by the values dot dash.
|
| DotDotDash | 5 |
The footnote separator components referenced by the values dot dot dash.
|
| Wave | 6 |
The footnote separator components referenced by the values wave.
|
| None | 7 |
None.
|